home *** CD-ROM | disk | FTP | other *** search
Makefile | 2004-01-31 | 369 b | 15 lines |
-
- all: GetEntry CMURL GetEntryNew
-
- GetEntry: GetEntry.c
- sc GetEntry LINK LIB lib:amiga.lib lib:sc.lib NOICON
- delete GetEntry.o GetEntry.lnk
-
- CMURL: CMURL.c
- sc CMURL LINK LIB lib:amiga.lib lib:sc.lib NOICON
- delete CMURL.o CMURL.lnk
-
- GetEntryNew: GetEntryNew.c
- sc GetEntryNew LINK LIB lib:amiga.lib lib:sc.lib NOICON
- delete GetEntryNew.o GetEntryNew.lnk
-